home *** CD-ROM | disk | FTP | other *** search
/ Network CD 2 / Network CD - Volume 2.iso / programs / internet / dnet / dnetirc.readme < prev    next >
Encoding:
Text File  |  1995-05-13  |  2.8 KB  |  71 lines

  1.  
  2.                            --- Amiga IRC ---
  3.                              (DNET Version)
  4.  
  5.                               Version 1.0
  6.                            November 25, 1992
  7.  
  8.                              by Rick Kent
  9.                     Internet: rkent@sparc1.csubak.edu
  10.                              AOL: RickK32
  11.  
  12.  
  13. INTRODUCTION
  14. ------------
  15.  
  16. What is IRC?  IRC stands for Internet Relay Chat.  The original IRC was
  17. designed under Unix for use on the Internet.  It allows people from all
  18. over the world to join in live discussion groups and talk to each other
  19. in a multi-user chat system.  Since its conception, the popularity of IRC
  20. has grown tremendously.  At present, there are usually hundreds of people
  21. online in IRC with well over a hundred live discussion groups.  Although
  22. originally designed under Unix, there are now IRC clients written for other
  23. platforms as well such as the PC and Macintosh, but until now there was no
  24. client package for the Amiga.
  25.  
  26.  
  27. WHAT DO I NEED TO RUN IRC?
  28. --------------------------
  29.  
  30. To run this IRC client package you must have the following:
  31.  
  32.     - Workbench 2.0 (Version 37 or higher)
  33.  
  34.     - DNET Software (Originally designed by Matt Dillon): DNET is a
  35.       serial network communications protocol which allows you to
  36.       run a network connection between two Amiga's or an Amiga and
  37.       a Unix station (similar to SLIP but less complex).
  38.  
  39.     - A Unix shell account which has direct access to the Internet
  40.       (The Unix version of DNET must be installed on this machine).
  41.  
  42.     - The DNET INTERLINK module (included).
  43.  
  44.     - reqtools.library (included).  Note: Reqtools is Copyright (c)
  45.       Nico Francois.
  46.  
  47.  
  48. WHY DO I NEED DNET?
  49. -------------------
  50.  
  51. In order to connect to an IRC server machine on the Internet you must
  52. have some sort of Internet access.  In a standard setup, to use IRC
  53. you would have to have your PC, Mac, Amiga, or whatever connected
  54. directly into the Internet.  The number of Amiga machines with this
  55. kind of direct access is extrememely low.  This is where DNET comes
  56. in.  DNET allows you to start up a serial network connection between
  57. your Amiga and a Unix machine.  If the Unix machine you connect to
  58. is on the Internet, then it becomes possible to access Internet
  59. services.  Once the DNET INTERLINK module is installed on both the
  60. Amiga and Unix machine, then your Amiga has a psuedo-connection to
  61. the Internet.  Properly written DNET clients can then open a BSD
  62. socket-like connection to any site on the Internet.  Thus, the Amiga
  63. IRC client software simply opens a socket connection directly to an
  64. IRC server machine (of your choice) on the Internet.
  65.  
  66. Note: Although this version requires DNET, there is a chance that I may
  67. design another version in the future that will use a standard TCP/IP
  68. connection.  At this time however, I do not have access to an Amiga
  69. that is directly connected into the internet via TCP/IP.
  70.  
  71.